câu noun Colt, filly, foal bóng câu qua cửa sổ the shadow of a foal...
lệnh noun order, decree Từ điển kinh doanh command mệnh lệnh...
gán verb to foist Từ điển kỹ thuật allocate Giải thích VN: Ví dụ...
câu lệnh Từ điển kỹ thuật command phase command statement Lĩnh vực: toán &...
lệnh gán Từ điển kỹ thuật Lĩnh vực: điện tử & viễn thông assignment instruction...
Câu ví dụ
In MATLAB, y = y+1 is a sensible and useful assignment statement. Trong MATLAB, y = y+1 là câu lệnh gán hợp lệ và có ích.
They were generally run by religious orders. Vì vậy chúng thường được khởi gán bằng các câu lệnh gán
With conventional assignments, you have to use a temporary variable. Với câu lệnh gán truyền thống, bạn phải dùng một biến tạm thời.
The assignment statement in your example should be above the logic for it to be equivalent. Câu lệnh gán trong ví dụ của bạn phải là ở trên logic để nó tương đương.
I do consider assignment statements and pointer variables to be among computer science's "most valuable treasures." Tôi xem các câu lệnh gán và biến con trỏ là "những kho báu giá trị nhất" trong khoa học máy tính.
For example, to remove an element from a list, you can use pop, remove, del, or even a slice assignment. Chẳng hạn để xóa một phần tử khỏi một danh sách, bạn có thể dùng pop, remove, del, hoặc thậm chí một câu lệnh gán với lát cắt.
Finally, somewhere in the function procedure, you must include a statement that assigns a value to a variable with the same name as the function. Cuối cùng, một nơi nào đó trong quy trình hàm, bạn phải bao gồm một câu lệnh gán một giá trị thành một biến số có cùng tên với hàm.
The next three lines are assignment statements that change the values of the variables, using the literals 1234 and 99, and the expression a + b, with the end result that c has the value 1333. Ba dòng tiếp theo là câu lệnh gán mà thay đổi giá trị của các biến, sử dụng literals 1234 và 99, và các biểu hiện a + b, với kết quả cuối cùng mà c có giá trị 1333 .
A VBA statement that stores a value in a variable is called an assignment statement, because it evaluates the expression on the right side of the equal sign and assigns the result to the variable name on the left. Một câu lệnh VBA lưu một giá trị trong một biến được gọi là một câu lệnh gán , bởi vì nó đánh giá biểu thức ở bên phải của dấu bằng và gán kết quả là tên biến số ở bên trái.
Almost anywhere you can put a value, you can put an arbitrary expression, with one exception: the left side of an assignment statement has to be a variable name. Hầu như bất kì chỗ nào bạn đặt được một giá trị, bạn cũng sẽ thay được vào đó một biểu thức, chỉ với một ngoại lệ: phía bên trái của một câu lệnh gán phải là một tên biến.